ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / FlexGridBaseTagHelper<T,TControl> Class / ResizedColumn Property

In This Topic
    ResizedColumn Property (FlexGridBaseTagHelper<T,TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.FlexGridBase<T>.OnClientResizedColumn client event. Occurs when the user finishes resizing a column.
    Syntax
    'Declaration
     
    Public Overridable Property ResizedColumn As String
    public virtual string ResizedColumn {get; set;}
    See Also